Skip to main content
Version: 24.03

getQualityNotification

Resolves a quality notification

Request Body
  • notificationId uuid required

    A UUIDv4 to uniquely identify a quality notification.

  • senderBPN string required

    The business partner number (BPN) of the sender. Actually, this value is not used to resolve the quality notification. Rather, it is used to do a plausibility check.

  • senderAddress uri required

    The Eclipse Dataspace Connector (EDC) URL of the sender. Actually, this value is not used to resolve the quality notification. Rather, it is used to do a plausibility check.

  • recipientBPN string required

    The business partner number (BPN) of the receiver. Actually, this value is not used to resolve the quality notification. Rather, it is used to do a plausibility check.

  • messageId uuid

    A UUIDv4 to uniquely identify an individual quality notification message. If this parameter is provided, the message for this messageId is resolved. If this parameter is not provided, then the last available message is resolved.

Responses

Quality notification was resolved successfully


Schema
  • notificationId uuid

    A UUIDv4 to uniquely identify a quality notification.

  • senderBPN string

    The business partner number (BPN) of the sender.

  • senderAddress uri

    The Eclipse Dataspace Connector (EDC) URL of the sender.

  • recipientBPN string

    The business partner number (BPN) of the receiver.

  • severity string

    Possible values: [MINOR, MAJOR, CRITICAL, LIFE-THREATENING]

    The severity of the quality notification describes its criticality.

  • status string

    Possible values: [CREATED, SENT, RECEIVED, ACKNOWLEDGED, ACCEPTED, DECLINED, CLOSED]

    The status of the quality notification.

  • targetDate date-time

    The date and time when a processing of the notification is expected by the sender.

  • messageId uuid

    A UUIDv4 to uniquely identify an individual quality notification message.

Loading...